machine code
英 [məˈʃiːn kəʊd]
美 [məˈʃiːn koʊd]
n. 机器码
牛津词典
noun
- 机器码
a code in which instructions are written in the form of numbers so that a computer can understand and act on them
柯林斯词典
- 计算机语言;机器代码
Machine codeis a way of expressing instructions and information in the form of numbers which can be understood by a computer or microchip.
英英释义
noun
- a set of instructions coded so that the computer can use it directly without further translation
双语例句
- The back-end compiler takes that and generates the actual machine code, or in this case IL code.
后端编译器接收生成的抽象语法树并生成实际的机器码或IL代码。 - Object code ( Object language): Machine code, as translated from a source program.
目标代码(目标语言):由主程式编译而成的机器代码。 - The JVM performs JIT compilation of byte code into machine code.
JVM可将字节代码即时编译为机器代码。 - Isolating the package/ class/ method that causes problem when its code is optimized and JIT-compiled into a machine code and skipping JIT compilation of that code.
隔离产生问题的包/类/方法,在对代码进行优化或使用JIT编译为机器代码时,跳过JIT编译对代码进行编译的步骤。 - A program that translates a command or operation code into machine code.
把命令或操作代码转换为机器代码的程序。 - Both had custom instruction sets, with programs designed in their raw machine code.
通过在其原型机代码中设计的程序,两者都自定义了指令集。 - Aside from creating i386-specific codes for small operations, Psyco caches this compiled machine code for later reuse.
除为小型操作创建特定于i386的代码之外,Psyco还高速缓存这个已编译的机器码以备今后重用。 - We shall also examine a few of the basic machine code instructions for one computer.
我们也要研究一下一台计算机的几条基本的机器代码指令。 - In a non-virtualized environment, this object code ( which is machine independent) is compiled into the native machine code for execution on the physical platform.
在一个非虚拟化环境中,该对象代码(独立于机器)被编译成要在物理平台上执行的本机代码。 - The jit-compiler default behavior is to generate the highest performance, hardest to debug machine code.
jit编译器的默认行为是生成性能最高、最不易于调试的机器码。